[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
struct BootBlock

    typedef struct BootBlock {
              byte JumpInstr[3];
              byte OEMinfo[9];
              struct BIOSParmBlock BPB;
              unsigned int SectorsPerTrack;
              unsigned int numberHeads;
              unsigned int numberHiddenSectors;
         };

    #include <doshk.h>

See Also: getBootBlock() getBootBlock4() getBPB()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson